projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f00afe9
)
(line-number-display-limit): Doc fix.
author
Andreas Schwab
<schwab@suse.de>
Wed, 7 Jul 1999 10:24:28 +0000
(10:24 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 7 Jul 1999 10:24:28 +0000
(10:24 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 55a3ecdb8c140e7760b5843bec8de6fa23d57b10..9f5c6139dc6ef5f033f11dc133cc79e8f1f1fbd2 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-5545,7
+5545,7
@@
of the top or bottom of the window.");
DEFVAR_INT ("line-number-display-limit", &line_number_display_limit,
"*Maximum buffer size (in characters) for line number display\n\
If the buffer is bigger than this, the line number does not appear\n\
-in the mode line.
.
");
+in the mode line.");
line_number_display_limit = 1000000;
DEFVAR_BOOL ("highlight-nonselected-windows", &highlight_nonselected_windows,